plus Assign
inline operator fun DslList<MeshProtos.MeshPacket, DeviceStateKt.Dsl.ReceiveQueueProxy>.plusAssign(value: MeshProtos.MeshPacket)
Received packets saved for delivery to the phone
Content copied to clipboard
repeated .meshtastic.MeshPacket receive_queue = 5;
Parameters
value
The receiveQueue to add.
inline operator fun DslList<MeshProtos.MeshPacket, DeviceStateKt.Dsl.ReceiveQueueProxy>.plusAssign(values: Iterable<MeshProtos.MeshPacket>)
Received packets saved for delivery to the phone
Content copied to clipboard
repeated .meshtastic.MeshPacket receive_queue = 5;
Parameters
values
The receiveQueue to add.
inline operator fun DslList<MeshProtos.NodeRemoteHardwarePin, DeviceStateKt.Dsl.NodeRemoteHardwarePinsProxy>.plusAssign(value: MeshProtos.NodeRemoteHardwarePin)
The mesh's nodes with their available gpio pins for RemoteHardware module
Content copied to clipboard
repeated .meshtastic.NodeRemoteHardwarePin node_remote_hardware_pins = 13;
Parameters
value
The nodeRemoteHardwarePins to add.
inline operator fun DslList<MeshProtos.NodeRemoteHardwarePin, DeviceStateKt.Dsl.NodeRemoteHardwarePinsProxy>.plusAssign(values: Iterable<MeshProtos.NodeRemoteHardwarePin>)
The mesh's nodes with their available gpio pins for RemoteHardware module
Content copied to clipboard
repeated .meshtastic.NodeRemoteHardwarePin node_remote_hardware_pins = 13;
Parameters
values
The nodeRemoteHardwarePins to add.